projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f99723
)
docs: Fix the PANGO_SCALE link
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 25 May 2021 12:31:49 +0000
(13:31 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 25 May 2021 12:31:49 +0000
(13:31 +0100)
The fragment for constants is `const`.
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 68ab7fc18c67214c85b9196b80482e5d12fb8732..75eab9352974caf9edfc2b5e36b60124c21d2849 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-5019,7
+5019,7
@@
gtk_label_get_layout (GtkLabel *self)
* inside the [class@Pango.Layout], e.g. to take some action if some part
* of the label is clicked. Remember when using the [class@Pango.Layout]
* functions you need to convert to and from pixels using PANGO_PIXELS()
- * or [const
ant
@Pango.SCALE].
+ * or [const@Pango.SCALE].
*/
void
gtk_label_get_layout_offsets (GtkLabel *self,